Skip to content

Conversation

mbrandonw
Copy link
Contributor

@mbrandonw mbrandonw commented Apr 1, 2025

  • Explanation: 601.0.0 is missing a dependency from SwiftSyntax to the 601 marker module, causing canImport checks on it to fail. This prevents adoption of 601 for macros following the versioning guide.
  • Scope: Primarily macros
  • Issue: n/a
  • Original PR: Specify SwiftSyntax601 in more places. #3034
  • Risk: None, just adds a dependency to an otherwise empty module
  • Testing: Checked canImport now returns true for 601
  • Reviewer: @bnbarham

@bnbarham bnbarham changed the title Fix 601 version module release 6.1 [6.1] Add dependency to 601 marker module Apr 1, 2025
@bnbarham
Copy link
Contributor

bnbarham commented Apr 1, 2025

@swift-ci please test

@bnbarham
Copy link
Contributor

bnbarham commented Apr 2, 2025

swiftlang/swift#80453

@swift-ci please test macOS platform

@bnbarham bnbarham merged commit f99ae8a into swiftlang:release/6.1 Apr 2, 2025
3 checks passed
@bnbarham
Copy link
Contributor

bnbarham commented Apr 2, 2025

I've just tagged 601.0.1. Thanks @mbrandonw!

@mbrandonw
Copy link
Contributor Author

@bnbarham Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants